home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Atari Mega Archive 1
/
Atari Mega Archive - Volume 1.iso
/
graphics
/
animatic.arc
/
BASICLBF.SCF
< prev
next >
Wrap
Text File
|
1985-05-29
|
2KB
|
34 lines
#
# This is an example source code format used by The Sourcerer.
# This format creates BASIC source code with line numbers.
#
# Macros for The Sourcerer start with a backslash \ character.
# The | character tells The Sourcerer where it can break the line.
# Comments start with the # character and go to the end of the line.
#
\title # The title gets put in The Sourcerer's "Formats" menu.
BASIC (line numbers) by frame
\info # The info lines get put in an alert box to the user.
BASIC with line numbers by frame
The counter is used for line numbers.
\header # The header section gets written once at the beginning.
\counter REM * Image data for Animatic film "\name".
\counter REM * This film consists of \nframes frames.
\counter REM * Each frame is \width pixels wide and \height pixels tall.
\counter REM *
\counter REM * The palette for this film is as follows (hex values):
\counter REM *
\counter REM * \palette
\counter REM *
\fheader # The frame header gets written at the beginning of each frame.
\counter REM * Frame \frame:
\repeat # The repeated section gets written over and over for each frame.
\counter DATA \ubyte|,\ubyte|,\ubyte|,\ubyte|,\ubyte|,\ubyte|,\ubyte|,\ubyte|,\ubyte|,\ubyte|,\ubyte|,\ubyte|,\ubyte|,\ubyte|,\ubyte|,\ubyte|
\fclosing # The frame closing gets written at the end of each frame.
\counter REM * End of frame \frame.
\closing # The closing gets written at the end instead of the frame closing.
\counter REM *
\counter REM * End of image data for "\name".